home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk4 / arpuserdocs3.1 / setdate < prev    next >
Text File  |  1995-03-18  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      SetDate(V1.3)           ARP User's Manual           SetDate(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           SetDate - Set the DOS datestamp for files.
  10.  
  11.      SYNOPSIS
  12.           SetDate File/a DATE TIME Q=QUIET/s
  13.  
  14.      DESCRIPTION
  15.           SetDate changes the last modification date of a file.  This
  16.           is useful with programs such as Make, or if a file was
  17.           inadvertently created when the operating system was set to a
  18.           bad date or time.  The last modification date may be viewed
  19.           using the List command.  As with all programs which accept
  20.           date and time information, you may use words such as
  21.           YESTERDAY, MONDAY, etc., to specify the date.
  22.  
  23.           In the ARP version of SetDate, you can of course use
  24.           wildcard patterns to specify more than one filename.  If you
  25.           supply only the filename to SetDate, the current date will
  26.           be assumed. This is probably the most common use of a
  27.           program like SetDate, and is very convenient (it performs
  28.           similarly to the Unix Touch command).
  29.  
  30.           Like all ARP programs that handle date input and output,
  31.           SetDate uses the value of the environment variable
  32.           'dateformat' to determine the style of input entry it
  33.           expects.
  34.  
  35.      EXAMPLE
  36.           Set dateformat=0 ; set AmigaDOS style dates.
  37.           SETDATE myfile 01-jan-88 12:15
  38.  
  39.           SETDATE foo YESTERDAY
  40.  
  41.           SETDATE *.o  ; set all files ending in .o to the current
  42.           date.
  43.  
  44.      SEE ALSO
  45.           DATE, LIST
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.